JavaScript

A5.PanelNavigatorinsertPanel Method

Syntax

A5.PanelNavigator.insertPanel(panelObject,panel)

Arguments

panelObjectobject

The panel to add. See A5.PanelNavigator Panel Object.

panelstring

The name of the panel to insert the new panel before.

Description

Insert a panel into the navigator.

Example

// assume pObj is a pointer to a panel class
var pObj = { // create a panel object